home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
dev
/
basic
/
UDP_Chat.lha
/
UDP_Chat
/
Rexx
/
Quit_UDP_Chat.rexx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1998-05-13
|
267 b
|
12 lines
/* ARexx script to get UDP_Chat log into a UDP_Chat Server */
/* For use with AmiComSys 1.12+ */
/* $VER: UDP_Chat2.rexx 1.0 (11.05.98) Anton Reinauer */
ADDRESS "UDP_Chat"
QUIT /* Send host name of person selected
in list, to connect to. */
EXIT;